CIE: Add conversion from "RGB float" to "CIE Lab float" and vice versa
authorDebarshi Ray <debarshir@gnome.org>
Sat, 9 Jan 2016 18:41:29 +0000 (19:41 +0100)
committerDebarshi Ray <debarshir@gnome.org>
Sat, 9 Jan 2016 18:47:55 +0000 (19:47 +0100)
commitb4535d6efc205c790c8263ba3f9568f9b442027d
tree475d4a5e3a0d903fdb71991407368e4121821831
parentd8f9a0d48cea1857550aa2b9f030bc1b7d768790
CIE: Add conversion from "RGB float" to "CIE Lab float" and vice versa

Conversions from "RGB float" to "CIE Lab float" are 10 times slower
without this. One use case is passing a "RGB float" buffer to a
saturation operation that works in the "CIE Lab" colour space.

https://bugzilla.gnome.org/show_bug.cgi?id=760310
extensions/CIE.c